public class Snapshot
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
Snapshot(Double_Vect posVect) |
|
Snapshot(Double_Vect posVect,
double energy) |
protected |
Snapshot(long cPtr,
boolean cMemoryOwn) |
|
Snapshot(Shared_Double_Array pos) |
|
Snapshot(Shared_Double_Array pos,
double energy) |
|
Snapshot(Snapshot other) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(Snapshot obj) |
double |
getEnergy() |
Point2D |
getPoint2D(long pointNum) |
Point3D |
getPoint3D(long pointNum) |
void |
setEnergy(double energy) |
static SWIGTYPE_p_std__vectorT_RDKit__Snapshot_t |
SnapshotVect() |
Trajectory |
trajectory() |
protected Snapshot(long cPtr, boolean cMemoryOwn)
public Snapshot(Shared_Double_Array pos, double energy)
public Snapshot(Shared_Double_Array pos)
public Snapshot(Double_Vect posVect, double energy)
public Snapshot(Double_Vect posVect)
public Snapshot(Snapshot other)
protected static long getCPtr(Snapshot obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public Trajectory trajectory()
public Point2D getPoint2D(long pointNum)
public Point3D getPoint3D(long pointNum)
public double getEnergy()
public void setEnergy(double energy)
public static SWIGTYPE_p_std__vectorT_RDKit__Snapshot_t SnapshotVect()